build(deps): bump the patch-versions group with 5 updates#1719
Merged
LesnyRumcajs merged 1 commit intomasterfrom Feb 24, 2026
Merged
build(deps): bump the patch-versions group with 5 updates#1719LesnyRumcajs merged 1 commit intomasterfrom
LesnyRumcajs merged 1 commit intomasterfrom
Conversation
Bumps the patch-versions group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.60` | | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [ipld-core](https://github.com/ipld/rust-ipld-core) | `0.4.2` | `0.4.3` | | [fvm_sdk](https://github.com/filecoin-project/ref-fvm) | `4.7.1` | `4.7.5` | Updates `clap` from 4.5.58 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.58...clap_complete-v4.5.60) Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `ipld-core` from 0.4.2 to 0.4.3 - [Commits](ipld/rust-ipld-core@v0.4.2...v0.4.3) Updates `fvm_sdk` from 4.7.1 to 4.7.5 - [Changelog](https://github.com/filecoin-project/ref-fvm/blob/master/RELEASE.md) - [Commits](https://github.com/filecoin-project/ref-fvm/compare/fvm_sdk@v4.7.1...fvm_sdk@v4.7.5) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: ipld-core dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: fvm_sdk dependency-version: 4.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
LesnyRumcajs
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch-versions group with 5 updates:
4.5.584.5.601.0.2261.0.2281.0.1011.0.1020.4.20.4.34.7.14.7.5Updates
clapfrom 4.5.58 to 4.5.60Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
serdefrom 1.0.226 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
anyhowfrom 1.0.101 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
ipld-corefrom 0.4.2 to 0.4.3Commits
38ade5cchore: Release ipld-core version 0.4.3c554d40fix(serde): limit Vec preallocation to follow serde conventions (#27)3d9a18dci: uci/copy-templates (#26)Updates
fvm_sdkfrom 4.7.1 to 4.7.5Commits
8a9321fchore(release): prepare release 4.7.5 (#2235)9aafff4chore: add missing changelog entry for wasmtime update (#2231)269c858chore(deps): bump wasmtime from 36.0.2 to 36.0.3 (#2228)71c2f8cchore(deps): upgrade wasmtime to 36 (#2226)7ee602bchore: release v4.7.4 (#2224)0d81399feat: nv28 skeleton (#2220)a39ea8fchore(deps): bump serde_ipld_dagcbor from 0.6.3 to 0.6.4 (#2222)c414105chore(deps): bump serde_tuple from 0.5.0 to 1.1.2 (#2199)cb012e4chore(deps): bump criterion (#2217)1499c9bfix: propagate errors inAmt::for_each_cacheless(#2218)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions